home *** CD-ROM | disk | FTP | other *** search
- Path: thor.tu.hac.com!collins
- From: collins@thor.tu.hac.com (Ron Collins)
- Newsgroups: comp.lang.c
- Subject: Re: Output requires shared library error
- Date: 5 Feb 1996 19:12:03 GMT
- Organization: Advanced Depot Systems
- Message-ID: <4f5kq3$nru@hacgate2.hac.com>
- References: <4f41bk$d0l@lunar.eclipse.net>
- NNTP-Posting-Host: thor.tu.hac.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- KevinAnderson (kevin@jenaroo.com) wrote:
- : I was compiling a program and at the very end it gives the message:
-
- : ld: Output file requires shared library 'libc.so.4'
- : gcc: Internal compiler error: program ld got fatal signal 6
- : make: *** [filename] Error 1
-
- : I also tried it with cc. Any help?
-
- : Kevin Anderson
- : kevin@jenaroo.com
-
- You are missing "libc.so.4". This is usually found under "/usr/lib" or
- "/lib", typically with a link pointing to it "libc.so -> libc.so.4". For
- more detailed information, ask over in one of the com.os.linux.?? groups.
-
- -- collins --
-
-
-